places sidebar: Fix the sort function
authorMatthias Clasen <mclasen@redhat.com>
Fri, 5 Dec 2014 03:26:14 +0000 (22:26 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 5 Dec 2014 03:26:14 +0000 (22:26 -0500)
commit39c0ba59bc82ff6763bd1d76490816fd0c9c2d7d
tree8f3fcef1d736548923cef33ed917fbeedd23d6f9
parent8718e9296e381f7f4a894f0430c07c27dd02d98e
places sidebar: Fix the sort function

When returning 1 for a pair (a,b), a sort function must
return -1 for the pair (b,a), otherwise things can go
badly.

https://bugzilla.gnome.org/show_bug.cgi?id=739729
gtk/gtkplacessidebar.c